GrapeCity PlusPak for Windows Forms 10.0J
DrawClosedCurve(Pen,Point[]) メソッド

曲線の色、幅、および高さを決定するPenオブジェクト。
スプラインを定義するPoint構造体の配列。
Point構造体の配列で定義された閉じたカーディナルスプラインを描画します。
シンタックス
Public Overloads Sub DrawClosedCurve( _
   ByVal pen As Pen, _
   ByVal points() As Point _
) 
public void DrawClosedCurve( 
   Pen pen,
   Point[] points
)

パラメータ

pen
曲線の色、幅、および高さを決定するPenオブジェクト。
points
スプラインを定義するPoint構造体の配列。
参照

参照

Graphics クラス
Graphics メンバ
オーバーロード一覧

 

 


© 2008 GrapeCity inc. All rights reserved.